Documents for PDF, .NET Edition Documentation
ObservableSortedDictionary<TKey,TValue> Class
Members 

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace : ObservableSortedDictionary<TKey,TValue> Class
The type of the keys in the dictionary.
The type of the values in the dictionary.
Represents a collection of key/value pairs that are sorted on the key.
Object Model
ObservableSortedDictionary<TKey,TValue> Class
Syntax
'Declaration
 
Public Class ObservableSortedDictionary
    (Of TKey,TValue) 
public class ObservableSortedDictionary<TKey,TValue> 
Type Parameters
TKey
The type of the keys in the dictionary.
TValue
The type of the values in the dictionary.
Inheritance Hierarchy

System.Object
   GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>
      GrapeCity.Documents.Common.OwnedSortedDictionary<TKey,TValue>

See Also

Reference

ObservableSortedDictionary<TKey,TValue> Members
GrapeCity.Documents.Common Namespace